fmt.fmt.writePadding (method)
10 uses
fmt (current package)
format.go#L64: func (f *fmt) writePadding(n int) {
format.go#L98: f.writePadding(width)
format.go#L103: f.writePadding(width)
format.go#L116: f.writePadding(width)
format.go#L121: f.writePadding(width)
format.go#L222: f.writePadding(f.wid)
format.go#L395: f.writePadding(f.wid)
format.go#L401: f.writePadding(f.wid - width)
format.go#L430: f.writePadding(f.wid - width)
format.go#L585: f.writePadding(f.wid - len(num))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |